Investment Methodology: Practical Applications of the Kelly Criterion and Position Sizing Optimization

Chapter 6 of the Practical Investment Series explores the mathematics of the Kelly Criterion and analyzes the risk-adjusted benefits of the Half-Kelly model in credit portfolios.

Carter Macro2026-07-1020 min readMethodology

In the previous chapters of this investment methodology series, we established frameworks for risk-off cash rules (Chapter 1), macroeconomic regime tracking (Chapter 2), Federal Reserve net liquidity formulas (Chapter 3), value chain bottleneck identification (Chapter 4), and dynamic indicators for dollar-cost averaging (DCA) (Chapter 5). Having structured these systems, the next tactical challenge in capital management is determining position sizing: how much capital to allocate to an individual asset relative to the total portfolio when a quantitative edge is identified.

While many investors possess strong security screening and execution systems, they often compromise their long-term compounding potential by failing to optimize position sizing. This chapter analyzes the mathematical mechanics of the Kelly Criterion, which balances win probability and payoff ratios to determine optimal position sizing, and introduces a modified Kelly rule designed to protect capital in real-world markets.


The Gambler's Dilemma: Capital Preservation vs. Growth Optimization

To understand the core of the Kelly Criterion, consider the classic coin-tossing game. Imagine a coin biased in your favor, with a 60% probability of landing heads and a 40% probability of landing tails. The game offers an even-money payoff: if you win, you receive 1x your bet; if you lose, you forfeit your bet.

An investor immediately recognizes the positive expected value of this game. However, if they commit 100% of their capital to every turn, they face a 40% probability of absolute ruin on the very first toss. Conversely, if they allocate a tiny 1% fraction of their capital to each turn, the risk of ruin is eliminated, but the long-term rate of wealth accumulation will be extremely low, failing to outpace inflation.

To solve this dilemma and maximize the long-term growth rate of capital, we turn to the formula developed by John L. Kelly Jr. at Bell Labs in 1956. Originally designed to resolve signal noise issues in telephone lines, the formula was quickly adapted by information theorists and professional gamblers to calculate the optimal size of wagers in games of chance. The basic formula is defined as:

$$f^* = \frac{p \cdot b - (1 - p)}{b} = p - \frac{1 - p}{b}$$

Here, $f^*$ represents the optimal fraction of total capital to allocate to a single position, $p$ is the probability of winning (win rate), and $b$ is the net odds received on the wager (payoff ratio).

Applying the biased coin example where $p = 0.6$ and $b = 1$, the formula yields $f^* = 0.2$. This indicates that allocating exactly 20% of total capital to each turn maximizes the geometric growth rate of wealth. Exceeding this 20% threshold—known as overbetting—reduces long-term compounding efficiency and increases the risk of capital loss. If an investor wagers 40% on each coin toss, they enter a zone of negative growth, where the cumulative impact of drawdowns overrides the positive expected value of the game.


Real-World Adjustments: The Shift to Half-Kelly Sizing

While mathematically elegant, the standard Kelly Criterion cannot be applied directly to financial markets without modification. Unlike casino games with fixed probabilities, financial market win rates and payoff ratios are dynamic and subject to cognitive biases that lead investors to overestimate their edge. In equity markets, calculating a precise probability of success is impossible; instead, investors rely on historical win rates, backtesting data, and forward-looking valuation assumptions.

Furthermore, executing the standard Kelly ratio in volatile equity markets can expose a portfolio to severe drawdowns during unexpected market spasms or consecutive loss streaks. If an investor experiences a sequence of negative outcomes, a 20% bet sizing rule will rapidly deplete capital, causing psychological stress that leads to deviations from the investment plan.

To mitigate these risks, institutional allocators enforce a modified framework known as the Half-Kelly (or Fractional Kelly) model. Under the Half-Kelly rule, the investor allocates exactly 50% of the optimal fraction calculated by the standard formula ($0.5 \cdot f^*$).

By executing this conservative strategy, the long-term geometric growth rate of wealth is reduced to approximately 75% of the theoretical maximum, while the expected portfolio variance and maximum drawdowns are reduced by over 50%. This asymmetric risk-reward profile provides a vital defensive buffer, allowing the investor to survive black swan events and market dislocations.

Ultimately, position size optimization is an exercise in humility: recognizing that our information and forecasts are incomplete and establishing systematic boundaries to prevent excessive concentration. Chasing maximum growth at the expense of capital preservation is a self-defeating strategy that exposes a portfolio to catastrophic downside risks. Incorporating a Half-Kelly filter allows investors to protect capital and support long-term compound growth through volatile market cycles.


Quantitative Sizing Reference and Spreadsheet Construction

To automate the calculation of optimal position sizes, investors can construct a simple spreadsheet model using the following inputs. This template helps convert subjective win expectations and risk-reward ratios into hard allocation limits:

  1. Expected Win Rate ($p$): Estimated probability of positive return (e.g., 0.55 or 55%). This should be derived from historical hit rates or multi-factor backtests.
  2. Average Payoff Ratio ($b$): Expected gain relative to potential loss (e.g., 1.5). For instance, if your average successful trade yields 15% and your average loss is cut at 10%, your payoff ratio is $15 / 10 = 1.5$.
  3. Optimal Kelly Fraction ($f^*$): Calculated using the formula = (B1 * B2 - (1 - B1)) / B2.
  4. Half-Kelly Allocation: Calculated as = [Optimal Kelly Fraction] * 0.5.

Let us walk through a practical scenario. An investor identifies a bottleneck provider in the semiconductor value chain. Based on fundamental research, they estimate a win rate of 55% ($p = 0.55$). They establish a take-profit target at +30% and a stop-loss limit at -15%, yielding a payoff ratio of 2.0 ($b = 2.0$).

Plugging these values into the Kelly formula:

$$f^* = \frac{0.55 \cdot 2.0 - (1 - 0.55)}{2.0} = \frac{1.10 - 0.45}{2.0} = 0.325$$

The standard Kelly calculation suggests a 32.5% position size. Executing a 32.5% allocation on a single stock, however, introduces severe concentration risk. Applying the Half-Kelly rule adjusts this allocation to 16.25%.

To maintain diversification, the investor applies a secondary constraint: restricting any single stock weighting to a maximum of 10% of total portfolio capital under all circumstances. Thus, the final allocation is capped at 10%, aligning the mathematical edge with institutional risk limits.


Execution Rules for Position Sizing

To implement this framework systematically, allocators should adhere to three core execution rules:

  • Acknowledge Information Gaps: Assume that even high-conviction ideas carry at least a 40% probability of error. This baseline expectation prevents overconfidence and anchors the win probability $p$ at a conservative maximum of 60%.
  • Enforce Sizing Limits: Commit no more than half of the standard Kelly calculation (the Half-Kelly rule) to any single position. Restrict individual stock weightings to a maximum of 10% of total portfolio capital under all circumstances, ensuring that no single corporate failure can derail the aggregate portfolio.
  • Automate Risk Controls: Set predefined stop-loss (e.g., -15%) and take-profit (e.g., +30%) thresholds to establish a consistent payoff ratio ($b \approx 2.0$) when structuring allocations. Using OCO (One-Cancels-the-Other) orders on your trading platform automates this discipline, removing emotional bias from the exit execution.

Deep Dive: Mathematical Proof of Half-Kelly Performance

Let $f$ represent the allocated fraction of capital, and let $f^*$ be the optimal fraction derived from the standard Kelly Criterion. The geometric growth rate $g(f)$ of a portfolio can be approximated using a second-order Taylor expansion:

$$g(f) \approx r + f(R_a - r) - \frac{f^2\sigma^2}{2}$$

where $r$ is the risk-free rate, $R_a$ is the expected arithmetic return of the asset, and $\sigma^2$ is the variance of returns. Differentiating $g(f)$ with respect to $f$ and setting the derivative to zero yields the optimal standard Kelly fraction:

$$f^* = \frac{R_a - r}{\sigma^2}$$

Substituting the Half-Kelly allocation ($f = 0.5 f^*$) into the growth equation gives:

$$g(0.5f^) \approx r + 0.5f^(R_a - r) - \frac{0.25(f^*)^2\sigma^2}{2}$$

Since $f^* \sigma^2 = R_a - r$, we can substitute this back:

$$g(0.5f^) \approx r + 0.5f^(R_a - r) - 0.125f^(R_a - r) = r + 0.375 f^(R_a - r)$$

This demonstrates that the Half-Kelly allocation captures exactly 75% of the maximum theoretical growth rate.

Concurrently, the portfolio variance term ($f^2\sigma^2$) is reduced to $(0.5f^*)^2\sigma^2$, representing a 75% reduction in volatility risk. This substantial volatility reduction translates directly to a 50% reduction in expected maximum drawdown (MDD), providing the statistical justification for the Half-Kelly rule in institutional capital management. By sacrificing 25% of potential growth, the investor secures a 75% reduction in return variance, maximizing portfolio survival through market corrections.

⚖️ Disclaimer

  • This article is written for the purpose of personal market review and investment perspective mapping. It does not constitute a solicitation to buy or sell any specific stock or financial instrument, nor does it represent professional investment advice.
  • The content is based on public disclosures and personal research data compiled at the time of writing. Some values or statistical indicators may differ from actual real-time market regimes.
  • We do not guarantee the absolute accuracy or completeness of the information. Interpretations are subject to change as global market conditions fluctuate.
  • All investment decisions and their corresponding outcomes are the sole responsibility of the individual investor. Capital allocation involves multiple risks, including the complete loss of principal.
  • Historical market trends, backtests, or past performances do not guarantee future yields or capital appreciation.
  • The contents of this report may be modified, updated, or retracted without prior notice. The author assumes no liability for any investment actions taken based on this publication.
  • The analytical profiles (Marcus Vance, Ethan Vance, Clara Sterling) are collective pseudonyms representing SectorDock’s specialized research team. All research is published under these personas to protect proprietary quantitative frameworks and maintain focus on empirical modeling rather than individual bias.
Tags:MethodologyRiskManagementKellyCriterionPositionSizing

Related Columns

If you are interested in similar topics, check out the recommended columns below.

Carter MacroRetail Investor (Pen Name)

Independent Macro & Quantitative Researcher

View Author Posts

Carter Macro is an independent full-time macro investor and quantitative researcher. He believes retail investors can achieve institutional-grade market success by replacing speculative noise with systematic, data-driven frameworks. He shares his credit cycles and value-chain bottleneck model outputs to help individual investors navigate the macro liquidity cycle.

#GlobalMacro#ValueChain#Quantitative#RetailIndependence

Pseudonym Notice & Financial Disclaimer: Carter Macro is a research persona and editorial pseudonym operated by SectorDock. All analyses, publications, and model outputs are compiled for educational and information-sharing purposes only. They do not constitute financial advice, asset management service, or investment solicitations under any jurisdiction.

Premium Insights Coming Soon

Our subscription service is currently in preparation. Join the waitlist to receive early access and the latest updates.